Fix a build failure on OpenBSD 4.x and MirBSD.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 5 Mar 2013 21:56:36 +0000 (13:56 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 5 Mar 2013 21:56:36 +0000 (13:56 -0800)
commitecce137e80bbebdd3d176a005232f805c504ccac
treefcae127eb3fc283788a89eb24c7333f2bba4c2b7
parent76abfef6a98f2b5767d60904fc1e4c14bf45fc38
Fix a build failure on OpenBSD 4.x and MirBSD.

* sysdep.c (list_system_processes) [__OpenBSD__ || __MirBSD__]:
Make it a stub in this case; otherwise the build might fail,
and even if the build worked the function would just return nil anyway.
Problem reported by Nelson H. F. Beebe in
<http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00021.html>
and analyzed by Jérémie Courrèges-Anglas in
<http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00062.html>.
src/ChangeLog
src/sysdep.c